var github.com/jackc/pgx/v5/pgtype.big1

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L31: 	big1    *big.Int = big.NewInt(1)
		numeric.go#L458: 		for fracPart.Cmp(big1) != 0 {